Welcome![Sign In][Sign Up]
Location:
Search - genetic code

Search list

[AI-NN-PRXCS1.2

Description: Simple GA code (Pascal code from Goldberg, D. E. (1989), Genetic Algorithms in Search, Optimization, and Machine Learning.) -Simple GA code (Pascal code from Goldberg. D. E. (1989), Genetic Algorithms in Search, Optimization, and Machine Learning.)
Platform: | Size: 38912 | Author: sunxiaodian | Hits:

[Mathimatics-Numerical algorithmsGENETIC524

Description: 前几天给大家共享了一个基本的遗传算法VC++原代码,大家比较感兴趣。这次给大家共享的是后来进行了修改完善,能够优化任意多个变量的原代码,希望大家喜欢! -a few days ago to share a basic genetic algorithm VC original code, we compare the interest. To share this is the subsequent revisions to any number of variables optimization of the original code, hope you like them!
Platform: | Size: 87040 | Author: sy | Hits:

[MPINSGA-II

Description: 演化、遗传计算方法NSGA2的源代码-evolution, genetic method NSGA2 the source code!
Platform: | Size: 151552 | Author: ccc | Hits:

[AI-NN-PRga170

Description: David L. Carroll的遗传算法的fortran源代码-David L. Carroll of the genetic algorithm fortran source code
Platform: | Size: 12288 | Author: mmjd | Hits:

[JSP/Javajava-ga-devel-alpha-0.1.tar

Description: 遗传算法源代码,实现了选择操作、交叉操作和变异操作,通过适应度函数完成种群的选择及收敛。-genetic algorithm source code and realized the choice of operation, crossover and mutation operation, through fitness function completed Stocks choice and convergence.
Platform: | Size: 30720 | Author: 李文 | Hits:

[AI-NN-PRSGA_Delphi

Description: 基本遗传算法SGA的源代码,实现了基本遗传算法的流程-SGA basic genetic algorithm source code, the basic implementation of the GA process
Platform: | Size: 45056 | Author: 覃晖 | Hits:

[AI-NN-PRMRF2007

Description: markov random field in matlab code-markov random field in Matlab code
Platform: | Size: 47104 | Author: hyi | Hits:

[Windows DevelopHOS_MIMO

Description: This package contains the MATLAB code for the algorithm proposed in the following papers. The file "mimo_main.m" is the implementation of the algorithm in the papers. The goal of this Matlab script is to identify a MIMO system with white inputs based on the second and higher-order statistics of the outputs only. This code will plot the blind estimation results using figures.-This package contains the MATLAB code for t he algorithm proposed in the following papers. The file "mimo_main.m" is the implementation o f the algorithm in the papers. The goal of this Ma tlab script is to identify a MIMO system with whi te inputs based on the second and higher-order's tatistics of the outputs only. This code will pl ot the blind estimation results using figures.
Platform: | Size: 23552 | Author: 刘美 | Hits:

[Mathimatics-Numerical algorithmsnsga-original

Description: 原始非支配多目标遗传算法,适用于多个目标函数的输入,多个变量的输入,非常经典的,基于非支配解排序。-original non-dominant multi-objective genetic algorithm applied to a number of objective function input, a number of input variables. very classic, based on the non-dominant solution ranking.
Platform: | Size: 318464 | Author: academic | Hits:

[JSP/JavagenericOnJava

Description: 前段时间用JAVA改写的遗传算法,只需要改变编码位数,适应函数即可用于别的数值优化,极度适合JAVA的朋友-earlier with JAVA rewrite the genetic algorithm, only need to change the code, the median fitness function can be used for other numerical optimization, extremely suitable for Java friends! !
Platform: | Size: 4096 | Author: academic | Hits:

[matlabSGA_TSP

Description: 标准GA算法解决TSP问题的Matlab源代码-standards GA solution of TSP Matlab source code
Platform: | Size: 2048 | Author: Li Li | Hits:

[Bio-Recognizegenetic_algorithm_code

Description: 基本遗传学习分类系统 A Simple Classifier System based on Genetic Learning developed from the Pascal SCS code presented by David E.Goldberg -learning basic genetic classification system for A Simple Classifier System bas ed on Genetic Learning developed from the Pasca l SCS code presented by David E. Goldberg
Platform: | Size: 1003520 | Author: | Hits:

[matlabMOSGA1

Description: 基于NSGA方法的多目标遗传算法程序,本程序为通用包,可自行修改.-NSGA method based on multi-objective Genetic Algorithms procedures, the procedures for the general packet may amend its own.
Platform: | Size: 4096 | Author: 许峰 | Hits:

[Windows Developyichuanfadaima

Description: 一个难得的遗传法代码,实现功能比较多,大家参考-a rare genetic code and its function more, we refer
Platform: | Size: 631808 | Author: tcsj | Hits:

[Graph DrawingTSPTravelingsalesmanproblem

Description: 完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序拟退火算法解0-1背包问题MATLAB源代码 -complete graph Hamilton Circle genetic simulated annealing Matlab to be definitive source solution annealing 0- a knapsack problem MATLAB source code
Platform: | Size: 2048 | Author: zh110 | Hits:

[AI-NN-PRhu_8queen_scr

Description: 以VC6写的用遗传算法解决8皇后(8queens)问题,包括遗传算法介绍和代码的使用方法说明word文档-to write using genetic algorithms to solve the Queen (8queens). including genetic algorithms and code on the use of the methodology word document
Platform: | Size: 73728 | Author: 大象 | Hits:

[matlabjiandan0101

Description: 这是一个非常简单的遗传算法源代码,代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用 Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。读者可以从ftp.uncc.edu, 目录 coe/evol中的文件prog.c中获得。要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。输入的 文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。 -This is a very simple genetic algorithm source code, code guarantees minimal, in fact there is no need Checking. For a specific application to amend this code, users only need to change the constant definition and the definition of "evaluation function" can. Attention to the design of the code for the maximum, the objective function can only take positive; and function and adapt to the individual was no difference between the value. The system uses ratio choices, the essence model, single point of hybridization and mutation uniform. If Gaussian variation replacement uniform variation, may be a better result. Code no graphics, or even no screen output, mainly to ensure that the platforms to the high portability. Readers can get ftp.uncc.edu. Contents coe/evol prog.c the document
Platform: | Size: 3072 | Author: | Hits:

[CSharpFunctionOptimizer

Description: A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg-A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code pr esented by David E. Goldberg
Platform: | Size: 5120 | Author: 刘振兴 | Hits:

[AlgorithmGAJSP

Description: 车间调度问题的基于工序的编码源程序,适合用遗传算法研究车间调度问题的人。-shop scheduling processes based on the source code suitable for use genetic algorithm shop scheduling people.
Platform: | Size: 8192 | Author: lixingbing | Hits:

[matlabchannelEqualizer_matlab

Description: 利用FTF算法实现了信道均衡的原程序代码。-FTF algorithm using the channel equalization of the original code.
Platform: | Size: 1024 | Author: treey | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net